home *** CD-ROM | disk | FTP | other *** search
/ Openstep 4.2 (Developer) / Openstep Developer 4.2.iso / NextDeveloper / Apps / MallocDebug.app / Resources / English.lproj / Localizable.strings < prev    next >
Encoding:
Text File  |  1995-03-27  |  5.1 KB  |  160 lines

  1. /* In the report, the titles for the columns display the zone name, the address in hex, and the size of the node */
  2. "Zone:     Address:    Size:\n";
  3.  
  4. /* the number of bytes occupied by 1 node */
  5. "%d bytes in 1 node";
  6.  
  7. /* A non-existant path name was specified, the argument is the name bad pathname */
  8. "Invalid path: ../%@";
  9.  
  10. /* An error occured when parsing contents of file, argument is path name */
  11. "Unable to parse %@";
  12.  
  13. /* A command to display the malloc stack in a flattened fashion */
  14. "Make Flat";
  15.  
  16. /* In the report, the title for the tables of categories sorted by their size in bytes */
  17. "Sorted by size:\n\n";
  18.  
  19. /* An error condition when no application is chosen from the Application OpenPanel */
  20. "No application chosen";
  21.  
  22. /* An error occured because the argument field (either a path, zone, or text) wasn't specified while adding a new category */
  23. "Missing arg field";
  24.  
  25. /* An filesystem error occured when reading a file, argument is path name */
  26. "Unable to read %@";
  27.  
  28. /* A command to create a new category mapping */
  29. "New";
  30.  
  31. /* A command to protect memory from being read */
  32. "Protect";
  33.  
  34. /* A command to save the category mapping file to a new file */
  35. "Save As";
  36.  
  37. /* A command to undo the invert command */
  38. "Uninvert";
  39.  
  40. /* In the report, the total in kilobytes of the tables of categories */
  41. "\nTotal size: %d Kbytes\n\n\n";
  42.  
  43. /* An unknown category type was detected, the argument is the name of the type */
  44. "Unknown category mapping string: %@";
  45.  
  46. /* In the report, the title for the tables of categories sorted by their nodes malloced */
  47. "Sorted by node counts:\n\n";
  48.  
  49. /* Reading data from debugged program */
  50. "Read Data";
  51.  
  52. /* An error occured when unprotecting memory in debugged application, argument is an application name */
  53. "Unable to unprotect malloc nodes in %@";
  54.  
  55. /* An error occured when notating data from debugged application, argument is an application name */
  56. "Unable to mark malloc nodes in %@";
  57.  
  58. /* A command to show sizes in bytes */
  59. "Show Sizes";
  60.  
  61. /* An error occured because the category name wasn't specified while adding a new category */
  62. "Missing category field";
  63.  
  64. /* In the report, malloc nodes allocated under a given method or function, where argument is the name of the method or function */
  65. "Allocated in descendant of:\n";
  66.  
  67. /* A command to display a subset of the total information from a specific category */
  68. "Set Category";
  69.  
  70. /* In the report, malloc nodes allocated under the current selection */
  71. "Allocated in:\n";
  72.  
  73. /* In the report, the total in bytes of the tables of categories */
  74. "\nTotal size: %d bytes\n\n\n";
  75.  
  76. /* A command to add a category  based on a string */
  77. "Add Text";
  78.  
  79. /* A command to open a category mapping */
  80. "Open";
  81.  
  82. /* In the report, the title for the tables of zones sorted by their number of nodes malloced */
  83. "\n\nZones sorted by node counts:\n\n";
  84.  
  85. /* A command to save a category mapping */
  86. "Save";
  87.  
  88. /* During the Set Category command, the category chosen does not exist. The argument is the name of the category. */
  89. "Category %@ doesn't exist in this context";
  90.  
  91. /* A command to unprotect memory from being read */
  92. "Unprotect";
  93.  
  94. /* In the report, the title for the tables of zones sorted by their size in kilobytes */
  95. "\n\nZones sorted by size (Kbytes):\n\n";
  96.  
  97. /* A command to notate information as already being seen */
  98. "Mark";
  99.  
  100. /* An unknown category type was added, the argument is an integer representation of the category type */
  101. "Unknown category mapping type %@";
  102.  
  103. /* A command to add a category  based on zone name */
  104. "Add Zone";
  105.  
  106. /* A command to cancel current operation */
  107. "Cancel";
  108.  
  109. /* A command to move malloc stacks into a named category */
  110. "Apply";
  111.  
  112. /* A command to show malloc counts */
  113. "Show Counts";
  114.  
  115. /* A command to categorize the debugged information */
  116. "Add";
  117.  
  118. /* In the report, the title for the tables of zones sorted by their size in bytes */
  119. "Zones sorted by size:\n\n";
  120.  
  121. /* An invalid mapping string is detected */
  122. "Invalid Mapping";
  123.  
  124. /* An error occured when reading data from debugged application, argument is an application name */
  125. "Unable to read malloc information from %@";
  126.  
  127. /* In the report, the total in nodes malloced of the tables of categories */
  128. "\nTotal node count: %d nodes\n\n\n";
  129.  
  130. /* During a New command, the existing category mapping has been edited and the user is prompted to save or cancel or ignore edits */
  131. "Current mapper has been edited.";
  132.  
  133. /* Unable to save category mapping file, argument is a path name */
  134. "Unable to save %@";
  135.  
  136. /* the number of bytes occupied by N nodes, where the first argument is the number of bytes, the second being the number of nodes */
  137. "%d bytes in %d nodes";
  138.  
  139. /* A command to invert the stack hierarchy */
  140. "Invert";
  141.  
  142. /* A command to add a category  based on path name */
  143. "Add Path";
  144.  
  145. /* A non-existant zone name was specified, the argument is the name of the zone */
  146. "Invalid zone name: %@";
  147.  
  148. /* In the report, the title for the tables of categories sorted by their size in kilobytes */
  149. "Sorted by size (KBytes):\n\n";
  150.  
  151. /* Opening an application for debugging */
  152. "Open Application";
  153.  
  154. /* An error occured when protecting memory in debugged application, argument is an application name */
  155. "Unable to protect malloc nodes in %@";
  156.  
  157. /* A command to display the malloc stack in a hierarchical fashion */
  158. "Make Tree";
  159.  
  160.